Namespace:
Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:
Microsoft.ConfigurationManagement.ApplicationManagement (in
Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
Dim instance As LocalizedDataSet(Of T)
Dim lang As String
Dim returnValue As T
returnValue = instance.GetLocalizedData(lang)
|
Syntax
Visual Basic |
Public Function GetLocalizedData ( _
lang As String _
) As T
|
C# |
public T GetLocalizedData (
string lang
)
|
C++ |
public:
T GetLocalizedData (
String^ lang
)
|
J# |
public T GetLocalizedData (
String lang
)
|
JScript |
public function GetLocalizedData (
lang : String
) : T
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also